home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / BOCOLE.PAK / BOCOLE.RC < prev    next >
Text File  |  1997-05-06  |  1KB  |  43 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectComponents
  3. // Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
  4. //
  5. // $Revision:   2.7  $
  6. //----------------------------------------------------------------------------
  7. #include <ver.h>
  8.  
  9. #if !defined(BOCOLE_NAME)
  10. # define BOCOLE_NAME "BOCOLE.DLL\000"
  11. #endif
  12.  
  13. #if !defined(IDS_SAVEOBJ)
  14. # define IDS_SAVEOBJ  32900
  15. #endif
  16.  
  17. 1 VERSIONINFO LOADONCALL MOVEABLE
  18.   FILEOS          VOS__WINDOWS16
  19.   FILETYPE        VFT_DLL
  20.   FILEVERSION     1,  1,  1, 86
  21.   PRODUCTVERSION  1,  1,  0,  0
  22.   BEGIN
  23.     BLOCK "StringFileInfo"
  24.     BEGIN
  25.       BLOCK "040904E4"
  26.       BEGIN
  27.          VALUE "CompanyName", "Borland International, Inc.\000\000"
  28.          VALUE "FileDescription", "Borland OLE2 Encapsulation Helper DLL\000"
  29.          VALUE "FileVersion", "1.13\000\000"
  30.          VALUE "InternalName", "BOLERO \0"
  31.          VALUE "LegalCopyright", "Copyright (c) 1994, 1996 by Borland International, Inc. All rights reserved.\000\000"
  32.          VALUE "OriginalFilename", BOCOLE_NAME
  33.          VALUE "ProductVersion", "5.01\000\000"
  34.          VALUE "SpecialBuild", "BC++ v5.01 \0"
  35.       END
  36.     END
  37.   END
  38.  
  39. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  40. {
  41.   IDS_SAVEOBJ, "Save Object before closing?"
  42. }
  43.